'Declaration Public Function New( _
ByVal textContentText content of the text line.As System.String, _
ByVal symbolsThe symbols of text line.() As TextRegionSymbol _
)
public TextRegionLine(
System.String textContent,
TextRegionSymbol[] symbols
)
public: TextRegionLine(
System.String textContent,
TextRegionSymbol*[]* symbols
)
public:
TextRegionLine(
System.String textContent,
array<TextRegionSymbol^>^ symbols
)
Parameters
- textContent
- Text content of the text line.
- symbols
- The symbols of text line.